From aa09737d4d1fa0e70c6d656547bb67c1d193d6ee Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 17 Apr 2021 14:12:28 -0400 Subject: [PATCH] atspicontext: Remove an unused field We don't make any use of the cache field, so drop it. --- gtk/a11y/gtkatspicontext.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/gtk/a11y/gtkatspicontext.c b/gtk/a11y/gtkatspicontext.c index 3ee0bcb35c..a4c15ba41e 100644 --- a/gtk/a11y/gtkatspicontext.c +++ b/gtk/a11y/gtkatspicontext.c @@ -25,7 +25,6 @@ #include "gtkaccessibleprivate.h" #include "gtkatspiactionprivate.h" -#include "gtkatspicacheprivate.h" #include "gtkatspieditabletextprivate.h" #include "gtkatspiprivate.h" #include "gtkatspirootprivate.h" @@ -91,9 +90,6 @@ struct _GtkAtSpiContext /* The root object, used as a entry point */ GtkAtSpiRoot *root; - /* The cache object, used to retrieve ATContexts */ - GtkAtSpiCache *cache; - /* The address for the ATSPI accessibility bus */ char *bus_address; -- 2.30.2